projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be0f2de
)
Remove interactive spec from internal eldoc--format-doc-buffer
author
João Távora
<joaotavora@gmail.com>
Tue, 8 Dec 2020 23:40:13 +0000
(23:40 +0000)
committer
João Távora
<joaotavora@gmail.com>
Tue, 8 Dec 2020 23:40:23 +0000
(23:40 +0000)
Per bug#43609.
* lisp/emacs-lisp/eldoc.el (eldoc--format-doc-buffer): Remove
useless interactive spec.
lisp/emacs-lisp/eldoc.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/eldoc.el
b/lisp/emacs-lisp/eldoc.el
index d81060ef16586d260463afb29f0d31d9feb8d0e6..6a976841038dfc8736d335ececcfdee1c76947f7 100644
(file)
--- a/
lisp/emacs-lisp/eldoc.el
+++ b/
lisp/emacs-lisp/eldoc.el
@@
-467,7
+467,6
@@
This holds the results of the last documentation request."
(defun eldoc--format-doc-buffer (docs)
"Ensure DOCS are displayed in an *eldoc* buffer."
- (interactive (list t))
(with-current-buffer (if (buffer-live-p eldoc--doc-buffer)
eldoc--doc-buffer
(setq eldoc--doc-buffer